From 550c7818a91b74b5a1171cb582f00a7fbdc75b9f Mon Sep 17 00:00:00 2001 From: "iap10@labyrinth.cl.cam.ac.uk" Date: Mon, 21 Jun 2004 14:15:58 +0000 Subject: [PATCH] bitkeeper revision 1.994 (40d6ed9ePUmxTwjKFv1vprN2-xFpmQ) Install mkernel odules with 'make install' --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 0703b546b7..d4eb93dcd3 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,7 @@ install: all $(MAKE) -C xen install $(MAKE) -C tools install $(shell cp -a install/boot/*$(LINUX_VER)* /boot/) + $(shell cp -a install/lib/modules/* /lib/modules/) # install xen and tools into the install directory dist: all @@ -38,6 +39,9 @@ LINUX_SRC_X = ./linux-$(LINUX_VER).tar.gz endif endif +patch-xen0-bridge-nf: + (cd linux-$(LINUX_VER)-xen && patch -p1 -F3 < ../patches/ebtables-brnf-5_vs_2.4.25.diff) + # make a linux-xen build tree from a pristine kernel plus sparse tree linux-$(LINUX_VER)-xen: pristine-linux-src $(RM) -rf linux-$(LINUX_VER)-xen -- 2.30.2